ALT, BLD, DBL, ENL, EL, FF, LMAR, NORM, NRM, PAGDIS,
PAGLEN, PAGLIN, PRO, RMAR, SI, UNL

Syntax: ALT
        BLD
        DBL
        ENL
        EL
        FF
        LMAR (n)
        NORM
        NRM
        PAGDIS (lines)
        PAGLEN (inches)
        PAGLIN (lines)
        PRO
        RMAR (n)
        SI
        UNL
Location: Beuletools

These functions return various control codes needed to control an Epson compatible printer:

ALT  - switch to the alternative font (normally italics) ESC,'6'
BLD  - switch on double strike (bold) ESC,'G'
DBL  - switch on emphasised mode ESC,'E'
EL   - switch on Near Letter Quality ESC,'x',01
ENL  - switch on double width ESC,'W',01
FF   - form feed CHR$(12)
LMAR - set left margin to n characters - ESC,'1',n
NORM - reset printer - ESC,'@'
NRM  - switch to the normal font (Pica) - ESC,'P'
PAGDIS - set length of page header - ESC, 'N',lines
PAGLEN - set length of page - ESC, 'C',0,inches
PAGLIN - set length of page - ESC,'C',lines
PRO - select proportional font - ESC,'p',1
RMAR - set right margin - ESC,'Q',n
SI - switch on condensed print - CHR$(15)
UNL - switch on underline - ESC,'-',1
